slicelistmodel: Make constructor transfer full
authorMatthias Clasen <mclasen@redhat.com>
Sun, 26 Jul 2020 19:38:15 +0000 (15:38 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 26 Jul 2020 22:04:40 +0000 (18:04 -0400)
commitb6d9f3facbb73417beb1a0388d31a989fcd8cf14
tree4a55dc9a65b60267007072ff5e8e5abd4e260200
parent06c6d62629d41f82b5079c4eaa52460649cec245
slicelistmodel: Make constructor transfer full

This is for consistency with other wrapping list constructors.
We want them all to be transfer full, allow-none.

Update all callers.
gtk/gtkslicelistmodel.c
testsuite/gtk/slicelistmodel.c